toggle menu
SIOPv2 OpenId4VP
0.11.1
jvm
switch theme
search in API
SIOPv2 OpenId4VP
/
eu.europa.ec.eudi.openid4vp
/
VpFormatsSupported
/
MsoMdoc
Mso
Mdoc
@
Serializable
data
class
MsoMdoc
(
val
issuerAuthAlgorithms
:
List
<
CoseAlgorithm
>
?
=
null
,
val
deviceAuthAlgorithms
:
List
<
CoseAlgorithm
>
?
=
null
)
:
Serializable
(
source
)
Members
Constructors
Mso
Mdoc
Link copied to clipboard
constructor
(
issuerAuthAlgorithms
:
List
<
CoseAlgorithm
>
?
=
null
,
deviceAuthAlgorithms
:
List
<
CoseAlgorithm
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
device
Auth
Algorithms
Link copied to clipboard
@
SerialName
(
value
=
"deviceauth_alg_values"
)
val
deviceAuthAlgorithms
:
List
<
CoseAlgorithm
>
?
=
null
issuer
Auth
Algorithms
Link copied to clipboard
@
SerialName
(
value
=
"issuerauth_alg_values"
)
val
issuerAuthAlgorithms
:
List
<
CoseAlgorithm
>
?
=
null